PASO 1: La lección de hoy trata sobre cómo abrir y cerrar archivos. ¡Para ahorrar tiempo, hemos hecho el juego para ti!
- ¡Empecemos! En LÓGICA y , arrastre Main Function debajo de MAIN FUNCTION .
- Entonces, en , arrastre Function Call Into Variables dentro de main() .
- Cambie my_function a play_game , my_var1 a player_name y my_var2 a time .
- Una vez que finaliza el juego, play_game() devuelve el nombre del jugador y cuánto tiempo sobrevivió.
To navigate the page using the TAB key, first press ESC to exit the code editor.